| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Lines | 4 |
| Ratio | 100 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | View Code Duplication | var Cache = /** @class */ (function () { |
|
| 17 | Cache.prototype.refresh = function (cacheItem) { |
||
| 18 | this.timeCached = (new Date()).getTime(); |
||
| 19 | this.cacheItem = cacheItem; |
||
| 20 | }; |
||
| 21 | return Cache; |
||
| 24 | //# sourceMappingURL=cache.js.map |